home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / tontie_hammer.swf / scripts / DefineButton2_282 / BUTTONCONDACTION on(keyPress 0).as
Text File  |  2012-01-07  |  105b  |  8 lines

  1. on(keyPress "0"){
  2.    gotoAndPlay(4);
  3.    if(_root.timer <= 80)
  4.    {
  5.       _root.timer += 1;
  6.    }
  7. }
  8.